home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / EXP21.ZIP / exp.txt < prev   
Text File  |  1996-12-14  |  3KB  |  100 lines

  1. ### .x(exp)x. 
  2. ### version 2.1 by `Zoso
  3. ###
  4. ###
  5. ### stuph i'd like to say:
  6.  
  7. Exp is an addon for raw clones. to load it, unzip it into your
  8. addon dir and type /load exp.mir
  9.  
  10. If you don't know what the hell I'm talking about, here's some stuff from
  11. the addon faq by [x|x] and webba:
  12.  
  13. +------------------------------------------------------------------------+
  14. In order to add compatibility for addons in your script you need:
  15.  
  16. 1. %VER variable containg your scripts version
  17. 2. An /ADDON directory off of your main MIRC directory
  18. 3. Install the alias /LOAD below
  19. load {
  20.   if (%ver == $null) {
  21.     echo 4 $active This is a non-compliant script, load failed.
  22.     halt
  23.   }
  24.   elseif (( $right(5,$1) == .mirc ) || ( $right(4,$1) == .mir )) {
  25.     play -c $me $mircdir $+ addon\ $+ $1 0
  26.     goto end
  27.   }
  28.   else /load $1 $2
  29.   }
  30.   else {
  31.     echo 4 $active Unsupported extension, load failed.
  32.   }
  33.   :end
  34. }
  35.  
  36. Thats IT! Do those 3 things and all your scripts will be compatible
  37. with addons.
  38. +------------------------------------------------------------------------+
  39.  
  40.  * End of thingy...
  41.  
  42.  * For more info, and the entire addon.faq, go to:
  43.                  http://www.varium.com/xix/
  44.  
  45. ### Here's some niftly features of exp:
  46.  
  47.     Popups (first addon I know of that does this)
  48.  
  49.     Raw clones (that's the whole point of this)
  50.  
  51.     Events (not the first addon to use these)
  52.  
  53. ### Stuff to look for later (don't hold your breath, im pretty lazy)
  54.  
  55.     Other neato raw features
  56.  
  57.     Bug fixes (if there are bugs, which is most likely) btw, if you find a 
  58.      bug, im z0so on efnet, or you can email me at z0so@geocities.com
  59.  
  60.     Maybe other addons, and some code to satisfy yer hunger 
  61.  
  62. ### Other notes, read it.
  63.  
  64.     exp *requires* the addon dir in yer mircdir.  If you don't have it, exp
  65.      will detect this on load, and stop the play.  It needs this, because it
  66.      reads from a text file (exp.raw) for most stuff in yer mirc addon dir.
  67.  
  68.     type /exphelp when it loads, for help of course.
  69.  
  70.     you must have a %ver, ie /set %ver ⁿ)-(GúΦ╔ )-(∩Gh ¬º/<δ╦. (hurts yer 
  71.      eyes, doesnt it?
  72.  
  73.     This *is* for mirc 4.6, not 4.7, 4.7 came out right when i was about to
  74.      release this :P
  75.  
  76. Shootoutz to:
  77. ANSee, mcbain, acidjag, acidx, bleach, MrBubbles, bice, selstice, stickb, 
  78. kaleido, ctennis, bice, shylock
  79.  
  80. IN NOT PARTICULAR ORDER!@^$% :) 
  81.  
  82. and i probly fergot you, i just looked in the channel list and 
  83. picked out some random ppl who i know. :)
  84.  
  85. ### stuff you dont care about
  86. And of course, the usual boring disclaimer..you don't have to read this, it 
  87. basically says leave me alone if this causes anything bad..:P
  88.  
  89. ### DISCLAIMER: ###
  90. I am not responsible for any damage to anything, nothing, but I'll go ahead
  91. and list what I'm not responsible for (the likely stuph) and all..
  92.  
  93.  - K:lines, g:lines, or /kill's (don't act surprised!)
  94.  - Any loss of friendship or damage to your irc life
  95.  - Channel ban's or kick's or anything else
  96.  - Anything else.
  97.  
  98. so you get the point.. don't try to pull anything on me. (especially
  99. lawsuits)
  100.